

This is data that can be used for Problem 8.36(b).  You can load the data for t and y into MATLAB using the commands

data=importdata('data8_36.txt');
td=data(1,:);
nd=data(2,:);
xd=data(3,:);




